Class java.net.UnknownHostException
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class java.net.UnknownHostException

Object
   |
   +----Throwable
           |
           +----Exception
                   |
                   +----IOException
                           |
                           +----java.net.UnknownHostException

public class UnknownHostException
extends IOException
Thrown to indicate that the IP address of a host could not be determined.

Version:
1.8, 07/01/98
Author:
Jonathan Payne
Since:
JDK1.0

Constructor Index

 o java.net.UnknownHostException(String)
Constructs a new UnknownHostException with the specified detail message.
 o java.net.UnknownHostException()
Constructs a new UnknownHostException with no detail message.

Constructors

 o UnknownHostException
public UnknownHostException(String host)
Constructs a new UnknownHostException with the specified detail message.

Parameters:
host - the detail message.
Since:
JDK1.0
 o UnknownHostException
public UnknownHostException()
Constructs a new UnknownHostException with no detail message.

Since:
JDK1.0

All Packages  Class Hierarchy  This Package  Previous  Next  Index